home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text.html;
-
- import javax.swing.text.MutableAttributeSet;
-
- class HTMLDocument$HTMLReader$TitleAction extends HTMLDocument.HTMLReader.HiddenAction {
- // $FF: synthetic field
- private final HTMLDocument.HTMLReader this$1;
-
- HTMLDocument$HTMLReader$TitleAction(HTMLDocument.HTMLReader var1) {
- super(var1);
- this.this$1 = var1;
- }
-
- public void end(HTML.Tag var1) {
- this.this$1.inTitle = false;
- super.end(var1);
- }
-
- boolean isEmpty(HTML.Tag var1) {
- return false;
- }
-
- public void start(HTML.Tag var1, MutableAttributeSet var2) {
- this.this$1.inTitle = true;
- super.start(var1, var2);
- }
- }
-